Skip to content

Conversation

kurotych
Copy link
Member

No description provided.

@kurotych kurotych requested a review from Copilot August 26, 2025 17:30
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR implements the subimt_enabled_carriers_info endpoint to handle enabled carriers information reports. The changes add support for processing and storing enabled carriers data through the existing file sink infrastructure.

  • Adds new gRPC endpoint subimt_enabled_carriers_info with request/response handling
  • Integrates EnabledCarriersInfoReportV1 into the file sink system for data persistence
  • Updates proto dependency to use the carrier enablement branch

Reviewed Changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
ingest/src/server_mobile.rs Implements the new gRPC endpoint and adds enabled carriers sink integration
ingest/tests/common/mod.rs Updates test infrastructure to support enabled carriers data flow
file_store/src/traits/msg_verify.rs Adds message verification for enabled carriers requests
file_store/src/traits/file_sink_write.rs Implements file sink functionality for enabled carriers reports
file_store/src/file_info.rs Adds new file type definition for enabled carriers reports
Cargo.toml Updates helium-proto dependency to carrier enablement branch

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Ok(Response::new(BanRespV1 { timestamp_ms }))
}

async fn subimt_enabled_carriers_info(
Copy link

Copilot AI Aug 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function name has a typo: 'subimt' should be 'submit'

Suggested change
async fn subimt_enabled_carriers_info(
async fn submit_enabled_carriers_info(

Copilot uses AI. Check for mistakes.

@kurotych kurotych marked this pull request as ready for review September 1, 2025 14:38
@kurotych kurotych marked this pull request as draft September 1, 2025 14:38
@kurotych kurotych marked this pull request as ready for review September 18, 2025 05:41
@kurotych kurotych changed the title Implement subimt_enabled_carriers_info Implement submit_enabled_carriers_info Sep 23, 2025
@kurotych kurotych changed the title Implement submit_enabled_carriers_info Implement poc_mobile grpc endpoint: submit_enabled_carriers_info Oct 7, 2025
@bbalser bbalser merged commit 7de8b89 into main Oct 7, 2025
57 checks passed
@bbalser bbalser deleted the kurotych/carrier-enablement branch October 7, 2025 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants